home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000209_davewyman99@yahoo.com_Wed Apr 14 12:06:01 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!peer1.stngva01.us.to.verio.net!news.verio.net!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: davewyman99@yahoo.com (Dave)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Using Existing Connections
  5. Date: 14 Apr 2004 07:00:16 -0700
  6. Organization: http://groups.google.com
  7. Lines: 42
  8. Message-ID: <1c78de7f.0404140600.6a603633@posting.google.com>
  9. References: <1c78de7f.0404131256.2148a2ce@posting.google.com> <slrnc7ol42.lh3.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: 66.93.62.140
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1081951216 23911 127.0.0.1 (14 Apr 2004 14:00:16 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 14 Apr 2004 14:00:16 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14922
  17.  
  18. Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnc7ol42.lh3.fdc@sesame.cc.columbia.edu>...
  19. > On 2004-04-13, Dave <davewyman99@yahoo.com> wrote:
  20. > : I have a phone dialer (Intel Dialogic D/41JCT-LS if you're curious)
  21. > : with 4 phone jacks. There are over 100 divisions in my company that
  22. > : each have their own inventory server. I want to have my central server
  23. > : use this Dialogic board to dial in to each division's server and
  24. > : download their inventory on a nightly basis. I need to have Kermit use
  25. > : the Dialogic boards phone jacks to do this. I'm not sure if I can get
  26. > : the Dialogic board to allow another program to access the open
  27. > : connection, but assuming I can, is there any way for Kermit to take
  28. > : control of that existing connection? What kind of connection would I
  29. > : have to create to allow that?
  30. > :
  31. > Probably, but that depends on which operating system and which Kermit
  32. > program.
  33. > : Ok, I've searched this group and all over google and still haven't
  34. > : found what I'm looking for so if someone here has an idea, I'd really
  35. > : appreciate it!
  36. > :
  37. > C-Kermit for Unix and Kermit 95 for Windows have command-line options
  38. > for passing open file descriptors/handles for the communication connection.
  39. > - Frank
  40.  
  41.  
  42.  
  43. Thanks for the quick reply Frank.
  44.  
  45. I'm running on Windows 2000 Server and using Kermit 95. I found the
  46. command line option (-l) that looks like what you were referring to.
  47. Now I just need to find out if the Dialogic board's API will allow me
  48. to pass a Windows device handle. If so then we may be in business.
  49.  
  50. So, I have a script currently that dials out over a regular modem and
  51. does all of the inventory processing. If I make use of an existing
  52. connection, then all I would have to do is strip out the beginning of
  53. the script where it sets up the modem and dials and the end of the
  54. script where it hangsup? Or am I missing something?
  55.  
  56. Thanks again,
  57. Dave